home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000305_fdc@columbia.edu_Thu Jun 3 09:24:56 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Odd switch to Active FTP?
  5. Date: 3 Jun 2004 13:24:45 GMT
  6. Organization: Columbia University
  7. Lines: 11
  8. Message-ID: <slrncbu9kt.2m9.fdc@sesame.cc.columbia.edu>
  9. References: <slrncbsu1s.6o3.hellsop@othin.ninehells.com> <40BEA753.2010806@nyc.rr.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1086269085 29697 128.59.59.56 (3 Jun 2004 13:24:45 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 3 Jun 2004 13:24:45 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15033
  17.  
  18. On 2004-06-03, Jeffrey Altman <jaltman2@nyc.rr.com> wrote:
  19. : This trace does not appear to be C-Kermit.
  20. :
  21. Kermit's built-in FTP client was added in C-Kermit 8.0 / K95 2.0:
  22.  
  23.   http://www.columbia.edu/kermit/ftpclient.html
  24.  
  25. Pre-8.0 versions of C-Kermit had an FTP command that invoked the
  26. external ftp client.  
  27.  
  28. - Frank